40067 /*\nBEGIN/COMMMIT/ROLLBACK Statement\nSource : mySQL documentation\n*/\nBEGIN;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summmary=@A WHERE type=1;\nCOMMIT;\nROLLBACK
40068 /*\nBEGIN/COMMMIT/ROLLBACK Statement\nSource : mySQL documentation\n*/\nBEGIN;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summmary=@A WHERE type=1;\nCOMMIT;\nROLLBACK
40069 /*\nBEGIN/COMMMIT/ROLLBACK Statement\nSource : mySQL documentation\n*/\nBEGIN;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summmary=@A WHERE type=1;\nCOMMIT;\nROLLBACK
40070 /*\nLOCK/UNLOCK Statement\nSource : mySQL documentation\n*/\nLOCK TABLES tbl_name [ AS alias ] { READ | [ READ LOCAL ] | \n [ LOW_PRIORITY ] WRITE }\n [ , tbl_name { READ | [ LOW_PRIORITY ] WRITE } ... ]\n...\nUNLOCK TABLES
40071 /*\nLOCK/UNLOCK Statement\nSource : mySQL documentation\n*/\nLOCK TABLES tbl_name [ AS alias ] {READ | [ READ LOCAL ] | \n [ LOW_PRIORITY ] WRITE}\n [ , tbl_name {READ | [ LOW_PRIORITY ] WRITE} ... ]\n...\nUNLOCK TABLES
40073 /*\nCreate Index Statement\nSource : mySQL documentation\n*/\nCREATE [ UNIQUE| FULLTEXT ] INDEX index_name \n ON tbl_name (col_name[ (length) ],... ]
40074 Redoes the previously undone action
40077 Execute Current Query
40079 Selects the entire selection
40080 Refresh ObjectBrowser
40082 Drop the currently selected database
40083 Drop the currently selected table
40084 Create a valid SQL INSERT for the table
40086 Manage personal folder
40095 Execute Current Query
40097 Show the HELP file for SQLyog
40098 Execute Selected Query(s)
40099 Execute All Queries
40101 Create a new table in the selected database
40107 Create Table
40116 CHECK/REPAIR/ANALYZE/OPTIMIZE your table
40118 Show results in text mode
40129 Finds the specified text
40130 Finds the specified text and replaces it with a different text
40133 Show or Hides the object browser
40137 Flush logs, privileges, hosts etc.
40139 Show templates for SQL commands
40140 Export Resultset in XML/CSV/HTML
40141 /*\nBackup / Restore Statement\nSource : mySQL documentation\n*/\nBACKUP TABLE tbl_name[,tbl_name...] TO '/path/to/backup/directory'\n\nRESTORE TABLE tbl_name[,tbl_name...] FROM '/path/to/backup/directory'
40150 Rename the table
40151 Select some data for the table
40152 Truncate data of the selected table
40153 View advanced properties of the selected table
40155 Drop the selected column
40156 Create Schema for the database in HTML
40157 Create a new window with the current connection
40162 Make of copy of the table in the database
40165 Alter table structure of the selected table
40166 Add a user and set its Global Privileges
40167 Edit a existing users Global Privileges
40170 Insert and Update data of the table
40180 Create a new database
40184 Change the table handler to ISAM
40185 Change the table handler to MyISAM
40186 Change the table handler to HEAP
40187 Change the table handler to MERGE
40188 Change the table handler to InnoDB
40189 Change the table handler to BDB
40190 Change the table handler to GEMINI
40191 Create and Edit Indexes for the table
40192 Give Database, Table and Column level privileges to a user
40196 Export data of the selected table as Comma Separated Values
40197 Import data into the table from a CSV file
40198 Backup the selected database using BACKUP command
40199 Restore a database using RESTORE command
40200 Show or Hide the Result Window
40201 Open the Personal SQL in the current connection
40202 Open the Personal SQL in the current connection
40203 Open the Personal SQL in the current connection
40204 Open the Personal SQL in the current connection
40205 Open the Personal SQL in the current connection
40206 Drop the currently selected Index
40214 Export data of the selected database as SQL query(s)
40215 Export data of the selected table as SQL query(s)
40219 Clear the Query Editor
40220 Create and edit indexes for the table
40223 Synchronize structure of two tables
40225 Reorder Columns of the selected table
40226 Import data from an ODBC datasource to MySQL
40227 Manage User Permissions
40228 Flush
40229 Table Diagnostics
40230 Copy the selected database to another Host/DB
40231 Drop all table(s) of the selected database
40232 Show or Hide the SQL Editor
40234 Execute For Update
40239 Show Values
40240 Export Data As Batch Scripts
40241 Execute Batch File
40242 Manage FK Relationships for the selected table
40243 Insert/Update Data For The Table
40244 Alter Table Structure
40245 Truncate data for ALL table(s) in the selected database
40246 Manage Relationships For Table
40248 Export data of the selected table in HTML
40254 Export data of selected table in XML
40256 Show processlist
40257 Show status
40258 Synchronize data of two databases
40259 Provide details about SOURCE and TARGET MySQL Servers
40260
40261 Select table(s) that you want to synchronize
40262 Selecting [ALL] will inform the tool to sync all the tables present in the source database. You can select particular columns to be used for checking unique rows or click on (...) to specify a WHERE clause.